home *** CD-ROM | disk | FTP | other *** search
- inherited frmServiceYN: TfrmServiceYN
- Caption = 'NetTime Service Install'
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 353
- Height = 57
- AutoSize = False
- Caption =
- 'NetTime 2.0 has the ability to run as a service. This means the ' +
- 'time will still be kept in sync, even when the NetTime icon is n' +
- 'ot visible in the system tray area.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 72
- Width = 353
- Height = 57
- AutoSize = False
- Caption =
- 'Normally, NetTime warns you if it needs to adjust the clock by a' +
- ' large amount. If you run NetTime as a service, it will only war' +
- 'n you if you are logged in. Otherwise, the adjustment will be ma' +
- 'de with no warning.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 16
- Top = 128
- Width = 353
- Height = 41
- AutoSize = False
- Caption =
- 'Finally, on Windows NT or 2000, you must be logged in with admin' +
- 'istrative privileges for this to succeed.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 160
- Top = 192
- Width = 83
- Height = 25
- Caption = 'Install Service'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 264
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-